home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 10: Flower / Material Dictionary 10: Flower.iso / mac / SOZAI10 / SOZAI.EXE / SOZAI.DXR / 00007_QUIT.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  89 b   |  8 lines

  1. on mouseDown
  2.   buttondown()
  3.   if not (the result) then
  4.     exit
  5.   end if
  6.   go("End")
  7. end
  8.